ReturnDescription{}CommandName{setChecked}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, bool checked}CloseBrace{}Description{Checks or unchecks a checkbox or radiobutton gadget.  Checkboxes display a small tick or cross when selected, radiobuttons display a small black circle in the centre.  If you check a radiobutton, any other radiobuttons in the same group (ie. they have the same parent gadget) will become unchecked.}Param1{gadget}Param1Desc{Handle to a checkbox or radiobutton gadget}Param2{checked}Param2Desc{If 0 the gadget is unchecked, if 1 the gadget is checked.}